home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13792 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: alt.computer.consultants,comp.edu,comp.lang.basic.misc,comp.lang.c++,comp.lang.misc,comp.lang.pascal.borland,comp.lang.pascal.delphi.misc,comp.misc,comp.os.msdos.programmer,comp.os.os2.programmer.misc,comp.programming
  4. Subject: Re: Info on being a Systems Programmer/Analyst?
  5. Date: Wed, 27 Mar 1996 09:45:41 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4jb33v$176@fountain.mindlink.net>
  8. References: <3150eada.14098156@News.why.net> <4j7cib$5b1@dec-alpha.fred.net> <31587611.4966@teambca.com> <4jacnf$e7q@news.chatlink.com>
  9. NNTP-Posting-Host: line030.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. eedin@chatlink.com (Eric Edin) wrote:
  13.  
  14. >Mark VanTassel (mvantassel@teambca.com) wrote:
  15. >: Damond Walker wrote:
  16. >: > 
  17. >: >         The 'math' requirement is a sham for the most part.  The only way
  18. >: > mathmatics has applied to my job is in the area of logically breaking down a
  19. >: > problem from one big sucker, to a bunch of little suckers.
  20.  
  21. >: Agreed - I rarely do more than add (and when I do, I've almost always got several
  22. >: $5000.00 calculators on my desk)
  23.  
  24. >  As an Engineer, I cringe at the statements above.  While many problems 
  25. >can be solved acceptably without math, you will find a good background 
  26. >in math will at times save you several 16 hour days.. and lots of 
  27. >complaints from customers when your program starts blowing up because of 
  28. >an unstable equation used in your software.
  29. >  Breaking a problem from one big sucker to a bunch of little suckers can 
  30. >take quite a lot of math.
  31. >  Eric    
  32.  
  33.      I agree and disagree with you on that.
  34.      It isn't just math.  It's knowledge of any sort.  I developed the
  35. basic idea of deterministic finite state automata by applying what I
  36. knew of the Turing Machine model.  I did this in order to write some
  37. input routines with heavy testing.  Without the base knowledge, I
  38. would have had a longer time at it.  Just recently, I wrote a program
  39. to validate a file by using a DFSA.  Coding it in without a DFSA would
  40. have been much longer.
  41.      On the breaking down a problem, math may be of use if you are
  42. dealing in that realm, but I find logic more generally useful.
  43. Granted that if you work in math, you'll likely have picked up some
  44. logic.  It is, I think, the most commonly used source of logic
  45. training.
  46.  
  47. Sincerely,
  48.  
  49. Gene Wirchenko
  50.  
  51. C Pronunciation Guide:
  52.      y=x++;     "wye equals ex plus plus semicolon"
  53.      x=x++;     "ex equals ex doublecross semicolon"
  54.  
  55.